home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Personal Computer World 2009 February
/
PCWFEB09.iso
/
Software
/
Freeware
/
Adobe Air 1.5
/
AdobeAIRInstaller.exe
/
setup.swf
/
scripts
/
mx
/
states
/
IOverride.as
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2008-10-29
|
261 b
|
15 lines
package mx.states
{
import mx.core.UIComponent;
public interface IOverride
{
function initialize() : void;
function remove(param1:UIComponent) : void;
function apply(param1:UIComponent) : void;
}
}